home *** CD-ROM | disk | FTP | other *** search
- /* Default style for links */
- a:link { color: "#0000FF";}
- a:visited { color: "#800080";}
- a:hover { color: "#FF3300";}
-
- /* Link style for glossary terms*/
- .glosslink { }
- .glosslink A:link { color: #660000;}
- .glosslink A:visited { color: #660000;}
- .glosslink A:hover { color: #FF3300;}
-
- /* Link style for UI buttons like ABC... reference links style */
- a:link.buttonlink {color: #0000cc}
- a:visited.buttonlink {color: #0000cc}
- a:hover.buttonlink {color: #FF3300}
-
-
-
- /* Default style */
- body
- {
- background-color: #FFFFFF;
- }
-
- /* Use this style for footnote numbers */
- span.Footnote
- {
- font-size: small;
- vertical-align: super
- }
- /* Use this style for controlling spacing around the Related Topics button */
- p.HTMLHelpRelatedTopic
- {
- }
-